FrameClearedScheduledNavigationEvent

data class FrameClearedScheduledNavigationEvent(frameId: FrameId) : Event

Fired when frame no longer has a scheduled navigation.

Constructors

FrameClearedScheduledNavigationEvent
Link copied to clipboard
fun FrameClearedScheduledNavigationEvent(frameId: FrameId)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Id of the frame that has cleared its scheduled navigation.

Sources

jvm source
Link copied to clipboard